home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 076-100 / scopedisk89 / typetut / read.me < prev    next >
Text File  |  1995-03-19  |  3KB  |  90 lines

  1.  
  2.                         Keydrill typing course.
  3.                         =======================
  4.  
  5.  
  6. Origin.
  7. -------
  8.  
  9. I found this program on the NEABBS bulletin board (Amsterdam, Holland),
  10. in the section for the IBM-PC.  I have adapted it to run on the Amiga
  11. under AmigaBasic, and added this read.me file.  The author's name is in
  12. the program listing.
  13.  
  14.  
  15. Files in the archive.
  16. --------------------- 
  17.  
  18.   read.me...........installation & user guide
  19.  
  20.   ck.bas............main program
  21.  
  22.   title.............the title screen
  23.   menu..............the menu screen
  24.   lesinf............lesson information (type, timing, etc)
  25.   lessons...........text for the typing lessons
  26.   drills............the typing drills
  27.  
  28.   rancon.bas........utility program that generates the lessons work files
  29.   rancond.bas.......utility program that generates the drills work files
  30.  
  31.  
  32. Installation.
  33. -------------
  34.  
  35. Unpack the archive into some directory and make that your current dir.
  36. Before you can run the program, you must generate the lessons and drills
  37. work files as follows:
  38.  
  39. - Make sure that AmigaBasic is somewhere in your path or current dir.
  40.  
  41. - Start rancon.bas with 'run amigabasic rancon.bas'; after the message
  42.   'now run the varous programs' has been displayed, enter 'cont'.
  43.   While displaying the lesson numbers, the program will now read the
  44.   lessons file and generate two new files:
  45.   - lesran............random file with the lessons text (for faster access)
  46.   - lesst.............index to lesran.
  47.  
  48. - Start rancond.bas with 'run "rancond.bas"'; after the message
  49.   'now run the varous programs' has been displayed, enter 'cont'.
  50.   While displaying the numbers of the lessons that contain drills, the
  51.   program will now read the drills file and generate two new files:
  52.   - drilran...........random file with the typing drills (for faster access)
  53.   - drist.............index to drilran.
  54.  
  55. - You can now exit AmigaBasic by entering 'system', or run the main
  56.   program straight away with 'run "ck.bas"'.
  57.  
  58. - You may now delete the following files from your current dir:
  59.   - rancon.bas           - rancond.bas
  60.   - lessons              - drills
  61.   - lesran.info          - drilran.info
  62.   - lesst.info           - drist.info
  63.  
  64.  
  65. Usage.
  66. ------
  67.  
  68. CD to the directory in which you placed the program and files; make sure
  69. that AmigaBasic is in your path or current dir.
  70.  
  71. The program needs the following files in the current dir in order to run:
  72.   title.............the title screen
  73.   menu..............the menu screen
  74.   lesinf............lesson information (type, timing, etc)
  75.   lesran............random file with the lessons text
  76.   lesst.............index to lesran
  77.   drilran...........random file with the typing drills
  78.   drist.............index to drilran
  79.  
  80. Start the program from the CLI with 'run amigabasic ck.bas', or from
  81. AmigaBasic with 'run "ck.bas"'.
  82.  
  83. From here on the program will tell you what to do.  Use the Escape key
  84. to end any lesson or drill at any time. 
  85.  
  86. Success!
  87.  
  88.  
  89. Bart Westra, Amsterdam, April 1989.
  90.